* jka-compr.el (jka-compr-partial-uncompress)
authorChong Yidong <cyd@stupidchicken.com>
Mon, 29 Jan 2007 02:51:28 +0000 (02:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 29 Jan 2007 02:51:28 +0000 (02:51 +0000)
(jka-compr-call-process): Rebind default-directory if it is
invalid.  Suggested by Chris Moore.

lisp/ChangeLog

index cb575a3b5796813e8dc44de9caf448e3d4b3e87e..18ea2579ad02ba61f0e8d539ff353e0ba0b65c55 100644 (file)
@@ -1,5 +1,9 @@
 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
+       * jka-compr.el (jka-compr-partial-uncompress)
+       (jka-compr-call-process): Rebind default-directory if it is
+       invalid.  Suggested by Chris Moore.
+
        * comint.el (comint-insert-input): Handle situation where the
        selected buffer is not the clicked buffer.